From 52622e27206d48b7ca85ca909724734f3db4f15e Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Thu, 21 May 2015 15:31:21 +0100 Subject: [PATCH] xen: Move preinit_xen_time in ARM headers This function is ARM specific. It's has been added by mistake in the common code. Signed-off-by: Julien Grall Acked-by: Ian Campbell --- xen/include/asm-arm/time.h | 2 ++ xen/include/xen/time.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/include/asm-arm/time.h b/xen/include/asm-arm/time.h index d544b5b710..039039a416 100644 --- a/xen/include/asm-arm/time.h +++ b/xen/include/asm-arm/time.h @@ -31,6 +31,8 @@ extern void __cpuinit init_timer_interrupt(void); /* Counter value at boot time */ extern uint64_t boot_count; +void preinit_xen_time(void); + #endif /* __ARM_TIME_H__ */ /* * Local variables: diff --git a/xen/include/xen/time.h b/xen/include/xen/time.h index bb19511bff..da4e8d7850 100644 --- a/xen/include/xen/time.h +++ b/xen/include/xen/time.h @@ -12,7 +12,6 @@ #include extern int init_xen_time(void); -void preinit_xen_time(void); extern void cstate_restore_tsc(void); extern unsigned long cpu_khz; -- 2.30.2